AWS IAM
AWS Identity and Access Management (IAM) is a foundational web service that enables you to securely control access to your AWS resources.
Core Concepts
- Principals: Entities that can make requests.
- Policies: JSON-formatted documents that define permissions.
- Roles: Identities that can be assumed for temporary credentials.
![]()